-
Notifications
You must be signed in to change notification settings - Fork 2
auto-docs: Update Admin API docs for v25.3.4 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThe pull request updates the OpenAPI specification file Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
ℹ️ Redpanda/admin (branch: v1) API content change detectedNo structural change, nothing to display. Powered by Bump.sh |
ℹ️ Redpanda/admin (branch: v2) API content change detectedNo structural change, nothing to display. Powered by Bump.sh |
ℹ️ Redpanda/http-proxy API content change detectedNo structural change, nothing to display. Powered by Bump.sh |
ℹ️ Redpanda/schema-registry API content change detectedNo structural change, nothing to display. Powered by Bump.sh |
ℹ️ Redpanda/cloud-dataplane API content change detectedNo structural change, nothing to display. Powered by Bump.sh |
ℹ️ Redpanda/cloud-controlplane API content change detectedNo structural change, nothing to display. Powered by Bump.sh |
284375a to
63bb5b1
Compare
| $ref: "#/components/schemas/connect.error" | ||
| description: Error | ||
| summary: ListKafkaConnections | ||
| summary: ListKafkaConnections returns information about the cluster's Kafka connections, collected and ordered across all brokers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| summary: ListKafkaConnections returns information about the cluster's Kafka connections, collected and ordered across all brokers. | |
| summary: ListKafkaConnections returns information about the cluster's Kafka connections, collected and ordered across all brokers. |
| /redpanda.core.admin.v2.ShadowLinkService/FailOver: | ||
| post: | ||
| description: Fails over a shadow link or a single shadow topic for disaster recovery. | ||
| description: Fails over a shadow link or a single shadow topic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: Fails over a shadow link or a single shadow topic | |
| description: Fails over a shadow link or a single shadow topic. |
| Returns information about a shadow topic on a shadow link. | ||
| A shadow topic is a resource created automatically by a shadow link. The | ||
| shadow topic 'shadows' a topic on a source cluster, mirroring the data | ||
| This operation returns information about a Shadow Topic on a Shadow Link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our DR docs do not use this capitalization style. The enterprise feature is Shadowing. Docs use shadow linking, and shadow topics.
| $ref: "#/components/schemas/connect.error" | ||
| description: Error | ||
| summary: GetShadowTopic | ||
| summary: This operation returns information about a Shadow Topic on a Shadow Link. A Shadow Topic is a resource created automatically by a Shadow Link. The Shadow Topic 'shadows' a topic on a source cluster, mirroring the data and properties of that topic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment re capitalization
| description: |- | ||
| Returns a list of all shadow topics on a shadow link and | ||
| their status. | ||
| This operation returns a list of all Shadow Topics on a Shadow Link and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This operation returns a list of all Shadow Topics on a Shadow Link and | |
| This operation returns a list of all shadow topics on a shadow link and |
| $ref: "#/components/schemas/connect.error" | ||
| description: Error | ||
| summary: ListShadowTopics | ||
| summary: This operation returns a list of all Shadow Topics on a Shadow Link and their status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| summary: This operation returns a list of all Shadow Topics on a Shadow Link and their status | |
| summary: This operation returns a list of all shadow topics on a shadow link and their status |
|
Using a specific tagged release ( |
This PR adds the latest OpenAPI spec for version v25.3.4 of the Redpanda Admin API: